home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 1 / Macwelt DVD 1.toast / Software für Mac-OS X / Entwickler-Tools / mySQL.pkg / Contents / Resources / mySQL.post_install < prev    next >
Encoding:
Text File  |  2001-12-07  |  55 b   |  6 lines

  1. #!/bin/sh
  2.  
  3. /Library/mySQL/bin/mysql_install_db
  4.  
  5. exit 0
  6.